home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / image / c2jpg120.zip / README.TXT < prev   
Text File  |  1996-05-03  |  5KB  |  125 lines

  1. The CONV2JPG.EXE is a Win32 command-line program that converts and/or resizes
  2. almost any image or graphics file format to a 24-bit JPEG (JFIF compliant) file
  3. with specified compression quality. It can for example be used to create low 
  4. resolution previews (thumbnails) for WWW-server applications. It's ideal for 
  5. automated batch or single graphics file conversions. The program works under 
  6. Windows NT and Windows 95.
  7.  
  8. Usage: CONV2JPG.EXE [sourcefile] [destinationfile] [compression] [size]
  9.  
  10.     [sourcefile]: filename of the input graphics file (MANDATORY)
  11.     [destinationfile]: filename of the output JPEG file (MANDATORY)
  12.     [compression]: compression quality, 2-255 (255 is maximum compression)
  13.               default=50 (OPTIONAL)
  14.     [size]: maximum horisontal/vertical size in pixels, if omitted, the 
  15.         infiles horisontal/vertical size is used (OPTIONAL)
  16.  
  17. NOTE! Only the destination filename will accept wildcards and only in the
  18.       following formats: "*.ext" "*.*" "*." "filename.*"
  19.  
  20. Example:CONV2JPG e:\images\jordan.gif e:\images\*.jpg 150 128
  21.     this example creates a file called jordan.jpg with the height or width of 
  22.     128 pixels depending on which side is the longest. The file is compressed
  23.     with a compression factor of 150. With this resize-feature it is easy to 
  24.     create previews or thumbnails that fits into a predefined grid, like an 
  25.     imagebrowser.
  26.  
  27. See the file EXAMPLES.TXT for further examples on how to use CONV2JPG.
  28.     
  29. System requirements:
  30. -Any system which can run Intel Win32 applications.
  31. -Enough RAM memory to hold the image data. If the computers RAM is full, then
  32. the program stores the temporary imagedata in the TEMP directory. This 
  33. greatly slows the conversion speed down.
  34. The CONV2JPG.EXE uses the supplied LEAD52N.DLL which have to be reachable.
  35.  
  36. The program does not care about file extensions. We recommend that you name 
  37. the output JPEG-file with the extension .JPG or .JIF for compability with 
  38. other applications. This program has a 10-second termination time delay in 
  39. order to make you more motivated to purchase the fully working version. 
  40. The full version can also be "quiet", without file information.
  41.  
  42. The program supports the following graphics formats:
  43.  
  44. PCD  Kodak PhotoCD files.
  45. JFIF JPEG File Interchange Format. 
  46. JPEG Joint Photographers Expert Group file format. 
  47. JTIF JPEG Tagged Interchange Format (TIFF).
  48. GIF  Graphics Interchange Format.
  49. EPS  PostScript Raster (Encapsulated PostScript). 
  50. PNG  Portable Network Graphics.
  51. PICT Macintosh Pict (PCT). 
  52. PSD  Photoshop 3.0. 
  53. TIFF Tagged Image File Format.
  54. MPT  Multipage TIFF.
  55. TIFF LZW. TIFF with LZW compression.
  56. TIFF CCITT. 
  57. TIFF CCITT Group 3. 
  58. TIFF CCITT Group 4. 
  59. IOCA (ICA). Image Object Content Architecture. 
  60. WinFax Group 3.
  61. WinFax Group 4.
  62. FAX  Group 3.
  63. FAX  Group 4.
  64. TGA  Truevision TGA (TARGA).
  65. BMP  Windows Bitmap.
  66. WMF  Windows Metafile. 
  67. PCX  File format created by ZSoft. 
  68. DCX  Multipage PCX format.
  69. OS/2 Bitmap (OS/2 BMP).
  70. CALS Raster. CALS is a United States government standard.
  71. MAC  MacPaint. 
  72. IMG  GEM Image. 
  73. MSP  Microsoft Paint.
  74. WPG  WordPerfect. 
  75. RAS  SUN Raster. 
  76. LEAD 1BIT. 
  77. LEAD LEAD CMP compressed format.
  78.  
  79. It does not however support every flavour of all the fileformats listed. 
  80. You have to try out the program to see if it solves your specific problem.
  81.  
  82. THIS PROGRAM IS SHAREWARE. Therefore, you are allowed to use it for a 30 day 
  83. evaluation period. If you find this program useful, contact RANG Microsystems 
  84. to purchase the fully working version without the 10 second delay. You will
  85. also get lifetime support via e-mail. However, if you use this software 
  86. for personal use at home, then this crippled shareware version is free of use. 
  87. Anybody is free to redistribute this shareware program only if they redistribute
  88. the zip-file.
  89.  
  90. Files:
  91. CONV2JPG.EXE            The application
  92. LEAD52N.DLL             DLL that is called by CONV2JPG.EXE
  93. README.TXT              This file
  94. ORDER.TXT               Ordering details
  95. EXAMPLES.TXT            Batchfile examples on how to use CONV2JPG.EXE
  96. FILE_ID.DIZ             Short program description
  97.  
  98. Read the file ORDER.TXT for ordering details.
  99.  
  100. If you are interested, we have a program which can output not only JPEG 
  101. images, but any of the fileformats listed above. It's called XCONVERT.
  102.  
  103. We also have a "watermark"-program that superimposes a "relief" image, for 
  104. example a logo, over an image for copyright purposes. Lets say you would like 
  105. to publish pictures on the internet but you don't want the client to be able 
  106. to use the preview images.
  107.  
  108. RANG Microsystems has a long experiance in Internet/Intranet, communications
  109. and graphics solutions. We are especially experianced in solutions for 
  110. newspapers and newsagencies (IPTC is our second language).
  111.  
  112. If you have a specific problem, don't hesitate to contact us. 
  113. E-mail us at: twesterberg@bix.com
  114.  
  115. RANG Microsystems AB
  116. Box 17016
  117. S-104 62 Stockholm
  118. SWEDEN
  119.  
  120. NOTE! This shareware version writes a special "tag" on the output JPEG image
  121. which is invisable to other programs. This is not done on the full version.
  122. We have done this in order to track the spread of this program on the Internet.
  123.  
  124. /1996-04-21
  125.